'Declaration
<NotNullAttribute()> Public Overloads Function GetFileServiceProviders( _ ByVal ParamArray providerTypes() As String _ ) As FileServiceProviderCollection
[NotNull()] public FileServiceProviderCollection GetFileServiceProviders( params string[] providerTypes )
[NotNull()] public: FileServiceProviderCollection^ GetFileServiceProviders( ... array<String^>^ providerTypes )
Parameters
- providerTypes
- The type(s) of the providers to fetch, or a null reference (Nothing in Visual Basic) to return all providers.